PowerSNMP for .NET
SyncRoot Property (SafeDictionary<TKey,TValue>)




Use this object to synchronize threadsafe access.
Syntax
Public ReadOnly Property SyncRoot As Object
Dim instance As SafeDictionary(Of TKey,TValue)
Dim value As Object
 
value = instance.SyncRoot
public object SyncRoot {get;}
public: __property Object* get_SyncRoot();
public:
property Object^ SyncRoot {
   Object^ get();
}
Remarks
Lock on this property to provide thread safety.
See Also

Reference

SafeDictionary<TKey,TValue> Class
SafeDictionary<TKey,TValue> Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic